From: Chong Yidong Date: Tue, 12 May 2009 03:32:48 +0000 (+0000) Subject: Documented font-backend X resource and frame parameter. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~607 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6684f0ec3be4d963773717b246cc441d1a7bbd99;p=emacs.git Documented font-backend X resource and frame parameter. --- diff --git a/etc/NEWS b/etc/NEWS index 802efd94f88..facbf12539b 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1731,15 +1731,15 @@ but signals an error if STRING contains a non-ASCII, non-eight-bit character. ** Changes related to the new font backend - -Which font backends to use can be specified by the X resource "FontBackend". -For instance, to use both X core fonts and Xft fonts: ++++ +*** Which font backends to use can be specified by the X resource +"FontBackend". For instance, to use both X core fonts and Xft fonts: Emacs.FontBackend: x,xft If this resource is not set, Emacs tries to use all font backends available on your graphic device. - ++++ *** New frame parameter `font-backend' specifies a list of font-backends supported by the frame's graphic device. On X, they are currently `x' and `xft'.